home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 371
- Height = 300
- Caption = 'Mailslot server (reader)'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 363
- Height = 254
- Align = alClient
- BorderStyle = bsNone
- TabOrder = 0
- end
- object Timer1: TTimer
- Interval = 10
- OnTimer = Timer1Timer
- Left = 24
- Top = 24
- end
- object MainMenu1: TMainMenu
- Left = 88
- Top = 24
- object LaunchChildApp1: TMenuItem
- Caption = '&Launch Child App'
- ShortCut = 0
- OnClick = LaunchChildApp1Click
- end
- end
- end
-